home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / POV-Ray 3.0.2 / Documentation / REVISION.DOC < prev    next >
Encoding:
Text File  |  1997-05-20  |  2.3 KB  |  73 lines  |  [TEXT/R*ch]

  1.  Here are the changes between public POV-Ray 3.01 and 3.02.
  2.  
  3.  Note: This is an extremly minor upgrade which fixes a few fatal
  4.  errors.  If you have not experienced any hard crashes in POV-Ray 3.01
  5.  then you need not obtain 3.02.  The bugs are...
  6.  
  7.  1) Fixed illegal number of intersections bug.
  8.  
  9.  2) Fixed queue overflow bug
  10.  
  11.  3) Fixed problem with Ray->Containing_Index out of bounds.
  12.  
  13.  4) Fixed problem with undeclared identifiers in color_map.
  14.  
  15.  5) Fixed problem with Mac ttf crash.
  16.  
  17.  6) Put in trap for undiagnosed error in polysolv.c numchanges routine.
  18.  
  19.  
  20.  Here are the changes between public POV-Ray 3.00 and 3.01.
  21.  
  22.  1) Fixed problem with some dda errors in height fields
  23.  
  24.  2) Fixed error line number bug.  Comments with // got double counted.
  25.  
  26.  3) Fixed problems with file input from stdin and file output to stdout.
  27.  
  28.  4) Fixed problem with PNG image maps.
  29.  
  30.  5) Fixed problem with illegal keywords in a # directive
  31.  
  32.  6) Fixed problem with smooth triangles that only bend in one direction.
  33.  
  34.  7) Fixed some blob bugs
  35.  
  36.  8) Fixed some lathe bugs; Modified lathe intersection code (much faster
  37.     now); Modified sor intersection code (much faster if sturm is used)
  38.     Fixed another bug in POLYSOLV.C
  39.  
  40.  9) Fixed problem with backslash in string literals
  41.  
  42. 10) Added experimental feature warning to halo, atmosphere, and radiosity.
  43.  
  44. 11) Fixed problem which split a file if you changed directory while
  45.     rendering.
  46.  
  47. 12) Fixed 'declare' with no '#' bug and added warning
  48.  
  49. 13) Eliminated unnecessary light buffer on shadowless light source
  50.  
  51. 14) Fixed TTF Normal bug
  52.     Applied patches to TTF code to fix visible tearing
  53.     Also added a check to allow Mac TT fonts to be used 
  54.  
  55. 15) Fixed empty texture bug
  56.  
  57. 16) Fixed problems with deeply nested #while, #if, #switch etc.
  58.  
  59. MSDOS:Fixed true color Diamond 24X
  60.       Fixed djgpp make file
  61.       Fixed problems with +FS output creating corrupt targas.
  62.  
  63. XWINDOWS: Changed colormap handling to dynamically allocate colors.
  64.  
  65. Linux SVGA: Added grayscale palette for preview, fixed video mode
  66.       selection.
  67.  
  68. UNIX: Fixed up prototypes and variable types to remove many compiler
  69.       warnings.
  70.       Fixed problem with interrupt handler when writing to a broken pipe.
  71.       Fixed problem with dithering code for mosaic preview.
  72.  
  73.